home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / misc / sci / ephem_src_4_28.lha / Makefile < prev    next >
Makefile  |  1992-05-28  |  2KB  |  97 lines

  1. # Makefile for ephem, v 4.28
  2. #
  3. # This Makefile is for Commodore Amiga SAS/C 5.10
  4. #
  5.  
  6. LCFLAGS = -v -fi -s -csw
  7.  
  8. .c.o:
  9.     lc $(LCFLAGS) $*.c
  10.  
  11. EPHEM=    aa_hadec.o altj.o altmenus.o anomaly.o cal_mjd.o circum.o comet.o \
  12.     compiler.o constel.o eq_ecl.o flog.o formats.o listing.o main.o \
  13.     mainmenu.o moon.o moonnf.o nutation.o objx.o obliq.o parallax.o \
  14.     pelement.o plans.o plot.o popup.o precess.o reduce.o refract.o \
  15.     riset.o riset_c.o sel_fld.o sex_dec.o srch.o sun.o time.o utc_gst.o \
  16.     version.o watch.o io_amiga.o
  17.  
  18. ephem:    $(EPHEM)
  19.     blink from LIB:c.o to ephem LIB lib:lcmieee.lib+lib:lc.lib \
  20.     WITH ephem.objs VERBOSE
  21.  
  22. aa_hadec.o:    astro.h
  23.  
  24. altj.o:        astro.h circum.h screen.h
  25.  
  26. altmenus.o:    astro.h circum.h screen.h
  27.  
  28. anomaly.o:    astro.h
  29.  
  30. cal_mjd.o:    astro.h
  31.  
  32. circum.o:    astro.h circum.h screen.h
  33.  
  34. comet.o:    astro.h
  35.  
  36. compiler.o:    screen.h
  37.  
  38. constel.o:    astro.h circum.h screen.h
  39.  
  40. eq_ecl.o:    astro.h
  41.  
  42. flog.o:        screen.h
  43.  
  44. formats.o:    astro.h screen.h
  45.  
  46. io_amiga.o:    screen.h
  47.  
  48. listing.o:    screen.h
  49.  
  50. main.o:        astro.h circum.h screen.h
  51.  
  52. mainmenu.o:    astro.h circum.h screen.h
  53.  
  54. moon.o:        astro.h
  55.  
  56. moonnf.o:    astro.h
  57.  
  58. nutation.o:    astro.h
  59.  
  60. objx.o:        astro.h circum.h screen.h
  61.  
  62. obliq.o:    astro.h
  63.  
  64. parallax.o:    astro.h
  65.  
  66. pelement.o:    astro.h
  67.  
  68. plans.o:    astro.h
  69.  
  70. plot.o:        screen.h
  71.  
  72. popup.o:    screen.h
  73.  
  74. precess.o:    astro.h
  75.  
  76. reduce.o:    astro.h
  77.  
  78. refract.o:    astro.h
  79.  
  80. riset.o:    astro.h
  81.  
  82. riset_c.o:    astro.h circum.h screen.h
  83.  
  84. sel_fld.o:    screen.h
  85.  
  86. srch.o:        screen.h
  87.  
  88. sun.o:        astro.h
  89.  
  90. time.o:        astro.h circum.h
  91.  
  92. utc_gst.o:    astro.h
  93.  
  94. version.o:    screen.h
  95.  
  96. watch.o:    astro.h circum.h screen.h
  97.